home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
aminet
/
mus
/
play
/
multiplsr.lha
/
include
/
remind.i
< prev
Wrap
Text File
|
1992-09-14
|
1KB
|
37 lines
* BryLib - a mishmash of useful library routines
* Copyright (C) 1992 Bryan Ford
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* Reminder list handling
* $Id$
*
* $Log$
*
*
IFND BRY_REMIND_I
BRY_REMIND_I SET 1
STRUCTURE RemindNode,8 ;FIXME
LONG rn_callfunc
LONG rn_localdata
SHORT rn_sequence
BYTE rn_inlist
BYTE rn_reserved
LABEL rn_SIZEOF
ENDC